From df6c2dc0d9f136f9dc0725d2cb769fc5b07a3295 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 25 Nov 2000 16:21:17 +0000 Subject: [PATCH] Do not call set-locale-environment until after terminal is initialized. --- lisp/startup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index 5ee789657da..f4550310a87 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -621,8 +621,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (string= vc "simple")) (setq version-control 'never)))) - (set-locale-environment nil) - ;;! This has been commented out; I currently find the behavior when ;;! split-window-keep-point is nil disturbing, but if I can get used ;;! to it, then it would be better to eliminate the option. @@ -673,6 +671,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (not noninteractive)) (setq command-line-args (tty-handle-args command-line-args))) + (set-locale-environment nil) + (let ((done nil) (args (cdr command-line-args))) -- 2.30.2